home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 007a / btr185a.zip / BEDIT.BAT next >
DOS Batch File  |  1991-03-01  |  431b  |  13 lines

  1. @echo off
  2. if "%1"=="" goto :abort
  3. CLS
  4. btrhelp %1 -hp B!
  5. goto :exit
  6. :abort
  7. echo ┌──────────────────────────────────────────────────────────┐
  8. echo │ USAGE: Bedit FILENAME                                    │
  9. echo │                                                          │
  10. echo │  The name of file to edit is specified as the parameter. │
  11. echo └──────────────────────────────────────────────────────────┘
  12. :exit
  13. @ECHO ON